home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Grab Bag
/
Shareware Grab Bag.iso
/
090
/
teco.arc
/
ABORT.C
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1986-07-15
|
252 b
|
14 lines
#include <ctype.h>
#include <stdio.h>
#include <string.h>
abort()
{
#include "teco.h"
fclose(in); /* Close inp file */
fclose(ot); /* Close out file */
unlink(otpath); /* Erase tmp file */
exit(0); /* ...sys return */
}